home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / bitfax.300 / disk1 / dymlogon.sc_ / dymlogon.bin
Text File  |  1994-04-19  |  889b  |  17 lines

  1. {DYMLOGON.ACT}
  2. {Autologon file for Dial-Your-Match}
  3.  
  4. {To use this file, log on to Dial-Your-Match and establish your Account Code}
  5. {and Password, then replace "xxx"s and "yyy"s in file below as indicated.   }
  6. {Note: you may need to further alter this file, for instance by adding or   }
  7. {removing carriage returns ($0d), or changing the text of the prompts you   }
  8. {are waiting for, since not all DYM boards are the same.                    }
  9.  
  10. CWAIT("; N for nonstop;") {Wait for prompt}
  11. "N$0d"                    {Nonstop until Account Code prompt}
  12. CWAIT("a new user:")      {Wait for Account Code prompt}
  13. "xxxxxx$0d"               {Replace "xxx"s with Account Code}
  14. CWAIT("password:")        {Wait for Password prompt}
  15. "yyyyyy$0d"               {Replace "yyy"s with Password}
  16. INVOKE HANDYKEY           {Invoke Action file which defines keys}
  17.